Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ListBase<T> Class
The type of elements in the list.
Members


In This Topic
    ListBase<T> Class
    In This Topic
    Represents a strongly typed list of objects that can be accessed by index. Provides methods to search, sort, and manipulate lists.
    Object Model
    ListBase<T> Class
    Syntax
    'Declaration
     
    
    Public Class ListBase(Of T) 
    'Usage
     
    
    Dim instance As ListBase(Of T)
    public class ListBase<T> 
    Type Parameters
    T
    The type of elements in the list.
    Inheritance Hierarchy
    See Also